pci: Use #defines for PCI vendors.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 10 Mar 2014 16:53:52 +0000 (12:53 -0400)
committerKeir Fraser <keir@xen.org>
Thu, 13 Mar 2014 10:21:24 +0000 (10:21 +0000)
commit3f5e19b4eece8b6a47fd254845fe9dd392fc5c72
tree0d4cc75eb99d58312140b5f53289eab3fa68a917
parent6ab1e4a9325a0835818b002a45505be37e644787
pci: Use #defines for PCI vendors.

Instead of having hard-coded values. We only do PCI vendors
as Jan requested and put all PCI device vendors in one
new file.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
[v1: Sorted them based on their numerical values per Jan's review]
Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/oprofile/op_model_athlon.c
xen/arch/x86/x86_64/mmconf-fam10h.c
xen/arch/x86/x86_64/mmconfig-shared.c
xen/arch/x86/x86_64/mmconfig.h
xen/drivers/char/ns16550.c
xen/include/xen/pci_ids.h [new file with mode: 0644]